home *** CD-ROM | disk | FTP | other *** search
/ Resource Library: Multimedia / Resource Library: Multimedia.iso / hypertxt / msdos / hyprvx11 / delete < prev    next >
Encoding:
Text File  |  1990-11-03  |  2.3 KB  |  71 lines

  1. DELETE
  2.  
  3. Deletes either the message you are currently reading or the message you
  4. just read and moves it to the WASTEBASKET folder. You may also delete
  5. several messages by using a range or list of messages.
  6.  
  7. When you enter the EXIT or PURGE commands, your WASTEBASKET folder
  8. empties automatically.
  9.  
  10.                                                       See also <EXIT>
  11.                                                                <PURGE>
  12.  
  13. To recover a message accidentally deleted (while it is still in the
  14. WASTEBASKET folder), SELECT the WASTEBASKET folder, READ the desired
  15. message, and MOVE it to another folder.
  16.  
  17. Format:        DELETE [message-list]
  18.  
  19.  
  20. Parameters:    message-list
  21.  
  22.                Deletes the message(s) specified by a number. You can specify
  23.                only one number, a list of numbers, or a range of numbers.
  24.  
  25. Qualifiers:    /ALL
  26.  
  27.  
  28.                Deletes all the currently selected messages. Select a
  29.                folder by entering the SELECT command followed by the name of
  30.                the folder. (See the <SELECT> command for more information.)
  31.  
  32. Examples:
  33.  
  34.       1.   MAIL> DIRECTORY
  35.  
  36.                                                              MAIL       
  37.  
  38.            #   From    Date             Subject
  39.      
  40.            1   MOON    11-APR-1988        Asteroids
  41.               .
  42.               .
  43.               .
  44.            5   MARK    11-APR-1988        The Yen
  45.            6   MARK    11-APR-1988        The Buck
  46.  
  47.            MAIL> 5
  48.            MAIL> DELETE
  49.            MAIL> 6
  50.            MAIL> DELETE
  51.            MAIL> DIRECTORY
  52.  
  53.                                                              MAIL
  54.            # From      Date           Subject
  55.      
  56.            1 MOON    11-APR-1988      Asteroids
  57.               .
  58.               .
  59.               .
  60.            5 (Deleted)
  61.            6 (Deleted)
  62.  
  63.                     This example shows how to delete messages 5 and 6 from 
  64.                     the MAIL folder. Enter the DIRECTORY command to show that    
  65.                     these messages are deleted.
  66.  
  67.     1.   MAIL> DELETE 1,3,5-7,9:11
  68.  
  69.                     This example shows how to delete a list and range 
  70.                     of numbers by using the hyphen and colon.
  71.                     Messages 1,3,5,6,7,9,10 and 11 are deleted.